home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / SCOPY.BTM < prev    next >
Text File  |  1991-11-07  |  429b  |  16 lines

  1. if %@len[%&]=0 goto help
  2. if %@len[%2]=0 goto copyall
  3. select copy (%1) %2
  4. goto end
  5. :copyall
  6. select copy (*.*) %1
  7. goto end
  8. :help
  9. echo SCOPY.BTM - By Dave Navarro, Jr.
  10. echo Copy all selected files to the specified destination.
  11. echo If only one parameter is specified then SCOPY assumes
  12. echo a select copy of all files to the specified destination.
  13. echo USAGE:  SCOPY filespec destination  or  SCOPY destination
  14. :end
  15.  
  16.